home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 July & August
/
PCWorld_2003-07-08_cd.bin
/
Software
/
TemaCD
/
freeram
/
FreeRAM XP Pro 1.31.exe
/
0
/
RCDATA
/
TFORM16
/
TFORM16.txt
< prev
Wrap
Text File
|
2003-05-13
|
6KB
|
233 lines
object Form16: TForm16
Left = 242
Top = 600
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Check for Newer Version of FreeRAM XP Pro'
ClientHeight = 169
ClientWidth = 369
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poDesktopCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 9
Top = 3
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image001.ico>}
Transparent = True
end
object Panel2: TPanel
Left = 16
Top = 42
Width = 343
Height = 65
AutoSize = True
BevelOuter = bvNone
TabOrder = 4
Visible = False
object StaticText1: TStaticText
Left = 184
Top = 0
Width = 159
Height = 17
Hint = 'Displays the current version of FreeRAM XP Pro.'
AutoSize = False
BorderStyle = sbsSunken
Caption = '1.1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object StaticText2: TStaticText
Left = 0
Top = 0
Width = 174
Height = 17
Hint = 'Displays the current version of FreeRAM XP Pro.'
Caption = 'Current version of FreeRAM XP Pro:'
TabOrder = 1
end
object StaticText3: TStaticText
Left = 184
Top = 24
Width = 159
Height = 17
Hint = 'Displays the most recent version of FreeRAM XP Pro.'
AutoSize = False
BorderStyle = sbsSunken
Caption = 'Checking...'
TabOrder = 2
end
object StaticText4: TStaticText
Left = 0
Top = 24
Width = 169
Height = 17
Hint = 'Displays the most recent version of FreeRAM XP Pro.'
Caption = 'Latest version of FreeRAM XP Pro:'
TabOrder = 3
end
object StaticText9: TStaticText
Left = 88
Top = 48
Width = 255
Height = 17
Hint =
'Displays what the FreeRAM XP Pro Update Wizard is currently doin' +
'g.'
AutoSize = False
BorderStyle = sbsSunken
Caption = 'Finding update server www.yourwaresolutions.com...'
TabOrder = 4
end
object StaticText10: TStaticText
Left = 0
Top = 48
Width = 73
Height = 17
Hint =
'Displays what the FreeRAM XP Pro Update Wizard is currently doin' +
'g.'
Caption = 'Current action:'
TabOrder = 5
end
end
object Panel1: TPanel
Left = 11
Top = 40
Width = 355
Height = 78
AutoSize = True
BevelOuter = bvNone
TabOrder = 3
object StaticText6: TStaticText
Left = 0
Top = 0
Width = 284
Height = 17
Caption = 'Welcome to the FreeRAM XP Pro Update Wizard.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object StaticText7: TStaticText
Left = 0
Top = 16
Width = 355
Height = 38
AutoSize = False
Caption =
'This wizard will connect to the Internet and check for a newer v' +
'ersion of FreeRAM XP Pro. If a newer version is found, you will ' +
'be given the option to download the newer version.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object StaticText8: TStaticText
Left = 0
Top = 64
Width = 355
Height = 14
AutoSize = False
Caption = 'Click "Begin" below to begin the process.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
end
object Button1: TButton
Left = 93
Top = 132
Width = 86
Height = 26
Hint =
'Click here to connect to the Internet and check for a newer vers' +
'ion of FreeRAM XP Pro.'
Caption = '&Begin'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object StaticText5: TStaticText
Left = 48
Top = 10
Width = 244
Height = 22
Caption = 'FreeRAM XP Pro Update Wizard'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 1
end
object Button2: TButton
Left = 189
Top = 132
Width = 86
Height = 26
Hint = 'Click here to cancel the update process and close this window.'
Cancel = True
Caption = '&Cancel'
TabOrder = 2
OnClick = Button2Click
end
object NMHTTP1: TNMHTTP
Port = 0
TimeOut = 90000
ReportLevel = 0
OnConnect = NMHTTP1Connect
OnInvalidHost = NMHTTP1InvalidHost
OnHostResolved = NMHTTP1HostResolved
OnConnectionFailed = NMHTTP1ConnectionFailed
Body = 'Default.htm'
Header = 'Head.txt'
InputFileMode = False
OutputFileMode = False
OnFailure = NMHTTP1Failure
ProxyPort = 0
Left = 24
Top = 208
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 64
Top = 208
end
end